home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / etc / fonts / conf.d / 20-lohit-gujarati.conf < prev    next >
Extensible Markup Language  |  2007-10-15  |  301b  |  12 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4.  
  5. <!-- Available Gujarti fonts look much better without hinting -->
  6.  
  7.     <match target="font">
  8.         <test name="family"><string>Lohit Gujarati</string></test>
  9.         <edit name="hinting"><bool>false</bool></edit>
  10.     </match>
  11. </fontconfig>
  12.